home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / packet / bbs / f6fbb / pg / local2.exe / LOCAL.DOC < prev    next >
Encoding:
Text File  |  1994-02-04  |  3.3 KB  |  88 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                     ASCII TEXT DISPLAYER FOR F6FBB BBS SYSTEMS
  9.                     ==========================================
  10.  
  11.                       WRITTEN BY KEN WOOD G3WCS SYSOP GB7CHS
  12.                       ======================================
  13.  
  14.  
  15.           OVERVIEW
  16.           ========
  17.           This small program is designed to display to the user, an ASCII
  18.           text file, when he or she enters the appropriate command at the
  19.           normal BBS prompt.  It may be used to  inform  users  of  local
  20.           events  or  extra  BBS facilities.  The advantage of displaying
  21.           the text in this manner rather than using ENGLISH.ENT  is  that
  22.           it is only shown at user request and therefore users do not get
  23.           bored  with  a page of text that they have previously read, nor
  24.           will it confuse TPK systems by asking for  the  user  to  press
  25.           ENTER  to  continue.   A simple message can inform users of the
  26.           availability of local information, for example :-
  27.  
  28.           Type RALLIES or EVENTS or CLUBS for info on these topics.
  29.  
  30.           GB7CHS BBS>
  31.  
  32.  
  33.           INSTALLATION
  34.           ============
  35.           Copy  the  program LOCAL.EXE into your PG sub-directory. Rename
  36.           the program retaining the EXE extension.   You  could  call  it
  37.           CLUBS.EXE,  EVENTS.EXE,  RALLIES.EXE  or anything else that the
  38.           users can enter at the BBS promt to provide  information  on  a
  39.           particular  topic  or subject.  If there are several topics you
  40.           wish to display, you may copy and rename  the  program  to  any
  41.           number of EXE files.
  42.  
  43.           For example :
  44.  
  45.           COPY LOCAL.EXE RALLIES.EXE
  46.           COPY LOCAL.EXE EVENTS.EXE
  47.           COPY LOCAL.EXE CLUBS.EXE
  48.  
  49.           Then,  using  a  plain ASCII text editor create a corresponding
  50.           number of files in the PG directory with the same filename  but
  51.           with the extension INF.
  52.  
  53.           For example :
  54.  
  55.           RALLIES.INF
  56.           EVENTS.INF
  57.           CLUBS.INF
  58.  
  59.           The program will display any ASCII  text  file  within  the  PG
  60.           directory  bearing  the  same file name as the renamed original
  61.           program, but with the extension INF.
  62.  
  63.           Finally, remember that a re-boot is required before PG programs
  64.           are read into the FBB system and can be executed by users.
  65.  
  66.  
  67.           THINGS TO WATCH
  68.           ===============
  69.           The program is written in Turbo C, which is the  same  language
  70.           used by F6FBB to write the BBS program. If you include a % or $
  71.           sign in your text, it is possible that the BBS will display the
  72.           contents  of  one of the FBB variables which will be confusing.
  73.           Therefore it is better to use the plain language "per cent"  or
  74.           "dollars".
  75.  
  76.  
  77.           COPYRIGHT INFORMATION
  78.           =====================
  79.           This program  is released into  the public  domain and you  are
  80.           free  to  pass it  on  to  others provided  the  original  self
  81.           extracting  archive bearing  the GB7CHS  phone number  is used.
  82.           Software obtained in variance  with this condition  will not be
  83.           supported.
  84.  
  85.  
  86.           Ken Wood G3WCS.
  87.           SysOp GB7CHS.
  88.           3rd February 1994.
  89.  
  90.